Welcome![Sign In][Sign Up]
Location:
Search - matlab huffman code

Search list

[Communicationm06_huffman

Description: 进行哈夫曼编码,并元素的码字,平均码长等-for Huffman coding, and elements of code words, the average yards long
Platform: | Size: 1024 | Author: gjd | Hits:

[AlgorithmHUFFMAN_entropy

Description: 运行主函数,得出Huffman码字、平均字长、信源熵。可根据需要修改信源概密 p-running main function, drawn Huffman code word, the average size, entropy source. Under the need to amend the corresponding source close p
Platform: | Size: 2048 | Author: 曹雨 | Hits:

[Compress-Decompress algrithmshuffman

Description: 用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.-Using matlab written huffman code, which did not use the matlab built-in letter that is entirely their own written so that beginners practice and their use and reference.
Platform: | Size: 1024 | Author: 楊於 | Hits:

[Compress-Decompress algrithmshuffman_matlab

Description: 图像压缩的Huffman编码与解码,matlab源代码-Image compression Huffman encoding and decoding, matlab source code
Platform: | Size: 27648 | Author: 吴坚 | Hits:

[Program docHuffman

Description: 通信实验指导:哈夫曼编码的matlab实现,有源码和详细文档-Communication experiment guide: Huffman coding matlab to achieve, there are source code and detailed documentation
Platform: | Size: 63488 | Author: 余未 | Hits:

[Communication-MobileHuffmanEncoding

Description: 霍夫曼(Huffman)编码算法是满足前缀条件的平均二进制码长最短的编码算法。本文用Matlab语言编程实现了霍夫曼(Huffman)编码,并有详细的word说明-Hoffman (Huffman) coding algorithm is to satisfy the conditions of the average prefix length the shortest binary code coding algorithm. In this paper, Matlab programming language to achieve the Hoffman (Huffman) encoding, and a detailed description of the word
Platform: | Size: 11264 | Author: 杨为 | Hits:

[Program dochuffman_matlab

Description: 可对.txt文本进行霍夫曼编码,并计算其压缩率-Can. Txt text Huffman code, and calculate the compression ratio
Platform: | Size: 1024 | Author: 281405177 | Hits:

[Compress-Decompress algrithmsHuffmancodetree

Description: Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造-Generates a static minimum-variance Huffman code tree., Details are given Huffman code tree structure
Platform: | Size: 36864 | Author: HARRY | Hits:

[Special EffectsMZigZag

Description: ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码-ZIGZAG procedures ZIGZAG image matrix to achieve the order read. Usually as a function call. There is the Huffman code procedure, the image encoding Hoffman
Platform: | Size: 2048 | Author: lulu | Hits:

[Special Effectshuffman_code

Description: 用matlab实现的霍夫曼编码的图像压缩,主要就是依据霍夫曼编码的原理实现的图形图像处理。-Using the Huffman code matlab realize the image compression, Huffman coding is mainly based on the principle realize graphics image processing.
Platform: | Size: 7168 | Author: 徐斌 | Hits:

[Special EffectsHuffman

Description: 信息压缩中一种常见的编码---霍夫曼编码的源程序代码-Information Compression in a common coding- Huffman coding of the source code
Platform: | Size: 1024 | Author: 吴晨光 | Hits:

[Compress-Decompress algrithmshuffman_me

Description: 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
Platform: | Size: 12288 | Author: cindy | Hits:

[Compress-Decompress algrithmshuffman_coding

Description: ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
Platform: | Size: 1024 | Author: ria | Hits:

[Compress-Decompress algrithmshuffman

Description: 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
Platform: | Size: 1024 | Author: yang long | Hits:

[assembly languageCode_Huffman

Description: 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
Platform: | Size: 2048 | Author: bichaozhi | Hits:

[Compress-Decompress algrithmsHuffman

Description: 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full description of the encoding of the entire process, including several case studies
Platform: | Size: 1024 | Author: Leonard | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码 matlab下采用huffman编码-huffman code
Platform: | Size: 1024 | Author: xuexia | Hits:

[Special Effectshuffman

Description: 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.
Platform: | Size: 1293312 | Author: 刘雨相 | Hits:

[Data structshuffman

Description: 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Platform: | Size: 2129920 | Author: 郑元伟 | Hits:

[Compress-Decompress algrithmsMATLAB霍夫曼Huffman编码译码

Description: MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman Code Decoding GUI Interface Design Source Code)
Platform: | Size: 15360 | Author: Cc静静 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net